com.supermap.ar.areffect
类 ARAnimationRepeatMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.ar.areffect.ARAnimationRepeatMode
-
public class ARAnimationRepeatMode extends Enum
动画播放方式
-
-
字段概要
字段 限定符和类型 字段和说明 static ARAnimationRepeatMode
INFINITE
表示动画无限期static ARAnimationRepeatMode
RESTART
表示动画将从头开始重新启动static ARAnimationRepeatMode
REVERSE
表示每次迭代时都会反转方向
-
-
-
字段详细资料
-
INFINITE
public static final ARAnimationRepeatMode INFINITE
表示动画无限期
-
RESTART
public static final ARAnimationRepeatMode RESTART
表示动画将从头开始重新启动
-
REVERSE
public static final ARAnimationRepeatMode REVERSE
表示每次迭代时都会反转方向
-
-